home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5491 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.lang.ada,comp.lang.c,comp.realtime
  2. Path: news.thomson-lcr.fr!demailly
  3. From: demailly@thomson-lcr.fr (Gilles Demailly)
  4. Subject: Re: ADA to C converter, the dream ?
  5. X-Nntp-Posting-Host: morphee
  6. Message-ID: <DMnx73.H8n@news.thomson-lcr.fr>
  7. To: Jean-Christophe Monfret <jcmon@rtusi.realtime-info.be>
  8. Sender: news@news.thomson-lcr.fr
  9. Organization: Thomson-CSF, Laboratoire Central de Recherches, Orsay, France
  10. References:  <4fn8bv$6d1@news.be.innet.net>
  11. Date: Mon, 12 Feb 1996 12:25:51 GMT
  12.  
  13.  
  14. In article <4fn8bv$6d1@news.be.innet.net>, Jean-Christophe Monfret <jcmon@rtusi.realtime-info.be> writes:
  15. |>         Hello,
  16. |> First of all I have no opinion about what is the best between
  17. |> Ada and C for Real-Time systems.
  18. |> 
  19. |> My problem is the following one :
  20. |> One of our clients has been developping a Real-Time System in
  21. |> ADA with VRTX on a MVME147 board. He would now like to make some
  22. |> improvements to his application but the VRTX32 with ADA is dead.
  23. |> Its choice would be to port the ADA application by using ARTK from
  24. |> Alsys, but even so there is quite a lot of work to be done (just for the 
  25. |> porting). A translation to C could be a good solution (please no 
  26. |> stupid comment on this) if a good ADA to C compiler exits ?
  27. |> 
  28. |> 
  29. |> Is it possible to use GNAT ? Is there any other translator that
  30. |> could be usefull in such a case ?
  31. |> 
  32.  
  33. I do not think that translating Ada code to C is a better solution 
  34. than porting to another Ada environment (ARTK) because you should do
  35. both porting and translating.
  36. GNAT is NOT an Ada to C translator, it is a compiler.
  37.  
  38. --Gilles
  39.